Form method/action
Creates the form open tag with attributes for the form's method, action and name. The program stores the last five form actions in the system registry for easy access to favorite form actions.
The above example would yield the following text:
<FORM NAME="test_form" METHOD="POST" ACTION="/cgi-bin/test.pl">
</FORM>
The cursor is placed at the beginning of the blank line prior to the end form tag to allow for the insertion of form elements.